feat: add datum-activity plugin for platform activity analysis#5
Draft
feat: add datum-activity plugin for platform activity analysis#5
Conversation
New plugin that helps users analyze Kubernetes platform activity and assists service providers in creating activity timelines for consumers. Agents: - activity-analyst: Investigates platform activity using MCP tools - timeline-designer: Helps create ActivityPolicy resources Skills: - investigate: Query audit logs, activities, and events - policy-design: Design and test ActivityPolicy resources - analytics: Analyze activity patterns and generate reports Commands: - /investigate: Natural language activity investigation The plugin integrates with the Activity MCP server which provides 16 tools for querying audit logs, activities, events, and policies. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update marketplace to reference the datum-activity plugin from the activity repo (datum-cloud/activity) rather than hosting it locally. The plugin is co-located with the Activity service it supports, making it easier to keep plugin updates in sync with service changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New Claude Code plugin that helps users analyze Kubernetes platform activity and assists service providers in creating activity timelines for their consumers.
Plugin Structure
Agents
activity-analyst
timeline-designer
Skills
investigate
policy-design
analytics
Commands
/investigateNatural language activity investigation:
Prerequisites
The Activity MCP server must be running:
activity mcp --kubeconfig ~/.kube/configIntegration
This plugin integrates with the Activity service MCP server which provides:
query_audit_logs/get_audit_log_facetsquery_activities/get_activity_facetsquery_events/get_event_facetsfind_failed_operations/get_resource_history/get_user_activity_summaryget_activity_timeline/summarize_recent_activity/compare_activity_periodslist_activity_policies/preview_activity_policyTest plan
🤖 Generated with Claude Code